home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD32 Scene 2
/
CD32 Scene Disc 2.iso
/
s
/
startup-sequence
< prev
Wrap
Text File
|
2018-01-01
|
938b
|
70 lines
assign env: ram:
assign t: ram:
doublespeed
setpatch quiet
hip hide s:against_time.mod
picboot sys:menu.gif vo on c on FI 2 DETACH
lab main_loop
waitjoy >env:choice
stoppicboot
hip quit
avail flush >nil:
if $choice eq up
assign dread: cd0:
assign df0: cd0:
closedelay20
run >NIL: Dread_DemoMap_ver_1905.exe
endif
if $choice eq reverse
cd32load48 GAMES/SmartyAndTheNastyGluttons/smarty.Slave filecache Custom2=1 joypad=0
endif
if $choice eq red
cd32load48 GAMES/InviyyaDemo/InviyyaDemo.Slave joypad=0
endif
if $choice eq yellow
cd games/tinylittleslug
tlslug
endif
if $choice eq green
cd games/reshoot
assign >nil: EXISTS reshoot:
IF WARN
assign reshoot: ""
ENDIF
reshoot_demo.exe
endif
if $choice eq blue
cd games/turbosprint
run >NIL: test.exe
endcli
endif
if $choice eq play
cd games/alar
alarcity
fail
240pAGA
hardreset
endif
if $choice eq forward
cd games/creepingmeout
cmo-u.exe
endif
skip main_loop back
lab exiting